home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PRETEND2.EXE / PAINT.DXR / 00068_Brush 4.ls < prev    next >
Encoding:
Text File  |  1996-09-10  |  306 b   |  15 lines

  1. on mouseUp
  2.   global x1, x2, y1, y2, pensize
  3.   if pensize = 0 then
  4.     puppetSprite(44, 1)
  5.     stageToCast()
  6.     updateStage()
  7.     set the trails of sprite 44 to 1
  8.     spriteBox(44, x1, y1, x2, y2)
  9.     set the visible of sprite 44 to 1
  10.     updateStage()
  11.   end if
  12.   set pensize to 25
  13.   updateindicator()
  14. end
  15.